home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / bdrag10.zip / INIT.SCR < prev    next >
Text File  |  1996-05-17  |  6KB  |  121 lines

  1.  
  2. ; Greetings, Sysop!
  3. ;
  4. ; This is the standard configuration file bundled with many products
  5. ; designed with the Concerto Door Development Kit.  You will not have
  6. ; to modify this script until you run a unique system or want to change
  7. ; the initialization sequence.
  8. ;
  9. ; The authors of Concerto (David Pinch and Altair Software) will provide
  10. ; free technical support for the script portion of any door game designed
  11. ; with Concerto:
  12. ;
  13. ;      BBS     : 612-439-7808
  14. ;      FidoNet : 1:282/4078
  15. ;      Voice   : 612-829-8634
  16. ;
  17. ; Read all of the door's documentation before calling.  Please understand
  18. ; that we will not help you with non-Concerto problems (unless we're the
  19. ; authors of the door, of course!).
  20. ;
  21. ; The commands and variables in this script are described in the file
  22. ; SYSOP.DOC (or CONCERTO.DOC, depending on the door game).  You may
  23. ; obtain the latest revision of this file from our BBS.
  24.  
  25.  
  26. ; ┌─────────────────────────────────────────────────────────────────────────┐
  27. ; │ ▒▒▒ Command-Line Parameters ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  28. ; └─────────────────────────────────────────────────────────────────────────┘
  29.  
  30.   GetParam B, Baud            ; Baud rate for the current session
  31.   GetParam C, ComPort         ; Communications port
  32.   GetParam N, Node            ; Node number
  33.   GetParam O, LockedBaud      ; Locked baud rate
  34.   GetParam P, DropFile        ; Full path and name of the drop file
  35.  
  36.   LoadDropFile
  37.   InitFOSSIL
  38.  
  39.  
  40. ; ┌─────────────────────────────────────────────────────────────────────────┐
  41. ; │ ▒▒▒ Video Configuration ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  42. ; └─────────────────────────────────────────────────────────────────────────┘
  43.  
  44.   DetectANSI "~|[ansi detection]~|"
  45.  
  46.   AVATARClrScrColor = 3      ; Default AVATAR clear-screen color
  47.   CheckSnow         = No     ; Slow down output for older monitors?
  48.   Color             = 7      ; Reset current color to white on black
  49.   DBS               = Yes    ; Destructive backspaces?
  50.   DirectVideo       = Yes    ; Write directly to video RAM (faster)?
  51.  
  52.   ClrScr
  53.   Randomize Timer 
  54.  
  55.  
  56. ; ┌─────────────────────────────────────────────────────────────────────────┐
  57. ; │ ▒▒▒ Chat-Mode ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  58. ; └─────────────────────────────────────────────────────────────────────────┘
  59.  
  60.   ChatGreeting   = "~FGreeting.ANS|~|"
  61.   ChatGoodbye    = "|0F~|■|07 Exiting chat mode...~|~|"
  62.   ChatExecPrompt = "|07Command: "
  63.  
  64.   ; ChatGreeting is shown upon entry into the chat mode.  ChatGoodbye is
  65.   ; shown when the chat mode is terminated.  ChatExecPrompt is displayed
  66.   ; when the sysop enters the chat-mode command interpreter.  Refer to
  67.   ; SYSOP.DOC for more information.
  68.  
  69.   IceChatColors
  70.  
  71.  
  72. ; ┌─────────────────────────────────────────────────────────────────────────┐
  73. ; │ ▒▒▒ Status Lines ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  74. ; └─────────────────────────────────────────────────────────────────────────┘
  75.  
  76.   Status Help,  2, "|3F Alt-C |31Chat  |3FAlt-H |31Hang Up  |3FAlt-X |31Exit  |3FPgUp/PgDn |31Fade In/Out  |3FF-10 |31Hide~CE~| {Application} {Version} ∙ {Copyright}~CE"
  77.   Status Quote, 1, "|31 What is now proved was once only imagin'd. - William Blake~CE"
  78.   Status Peter, 1, "|31 Piotr Ilich Tchaikovsky [1840 - 1893] · Rest in peace, friend...~CE"
  79.   ;        │    │    │
  80.   ;        │    │    └─ The text shown in the status line.  You may use any
  81.   ;        │    │       variables, color codes, or control codes.  Be sure to
  82.   ;        │    │       end the string with the ~CE control code, which erases
  83.   ;        │    │       the text between the cursor and the right side of the
  84.   ;        │    │       screen.  Otherwise, you may see parts of the previous
  85.   ;        │    │       status line when switching lines!      
  86.   ;        │    │
  87.   ;        │    └────── The size of the status line.
  88.   ;        │
  89.   ;        └─────────── A name associated with this particular status line.
  90.   ;                     From this point on, you will always use this name
  91.   ;                     to identify the status line.  YOU MUST USE A UNIQUE
  92.   ;                     NAME!  That is, don't use the name of a command or
  93.   ;                     variable.
  94.  
  95.  
  96. ; ┌─────────────────────────────────────────────────────────────────────────┐
  97. ; │ ▒▒▒ SysKeys (Function Keys) ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  98. ; └─────────────────────────────────────────────────────────────────────────┘
  99.  
  100.   SysKey $2E00, "Chat"               ; Alt-C
  101.   SysKey $2300, "HangUp Exit 0"      ; Alt-H
  102.   SysKey $3100, "LineNoise"          ; Alt-N
  103.   SysKey $2D00, "Exit 0"             ; Alt-X
  104.   SysKey $5100, "FadeOut"            ; Page Down
  105.   SysKey $4900, "FadeIn"             ; Page Up
  106.   SysKey $3B00, "ShowStatus Help"    ; F1
  107.   SysKey $3C00, "ShowStatus Quote"   ; F2
  108.   SysKey $3D00, "ShowStatus Peter"   ; F3
  109.   SysKey $4400, "HideStatus"         ; F10
  110.   SysKey $4800, "IncTimeLeft 5"      ; Arrow Up
  111.   SysKey $5000, "DecTimeLeft 5"      ; Arrow Down
  112.   ;        │      │
  113.   ;        │      └─ Command(s) to execute when the scan code is pressed
  114.   ;        │         on the local computer.  Remote callers cannot use
  115.   ;        │         SysKeys.
  116.   ;        │
  117.   ;        └──────── Keyboard scan code. The door will execute the specified
  118.   ;                  commands when the scan code is pressed on the local
  119.   ;                  computer.  Refer to SYSOP.DOC for a list of scan codes.
  120.  
  121.